home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / WordPress 1.5.1.dmg / wordpress / wp-content / themes / classic / header.php < prev    next >
Encoding:
PHP Script  |  2005-02-14  |  1.3 KB  |  30 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head profile="http://gmpg.org/xfn/11">
  5.     <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  6.  
  7.     <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
  8.     
  9.     <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
  10.  
  11.     <style type="text/css" media="screen">
  12.         @import url( <?php bloginfo('stylesheet_url'); ?> );
  13.     </style>
  14.  
  15.     <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
  16.     <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
  17.     <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
  18.     
  19.     <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  20.     <?php wp_get_archives('type=monthly&format=link'); ?>
  21.     <?php //comments_popup_script(); // off by default ?>
  22.     <?php wp_head(); ?>
  23. </head>
  24.  
  25. <body>
  26. <div id="rap">
  27. <h1 id="header"><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
  28.  
  29. <div id="content">
  30. <!-- end header -->